home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pgscan04.zip / PCBTEST.BAT < prev    next >
DOS Batch File  |  1992-04-30  |  175b  |  9 lines

  1. echo on
  2. if exist pcbfail.txt del pcbfail.txt
  3. pgscan %1
  4. if errorlevel == 1 goto error
  5. goto end
  6. :error
  7. if exist PCBFAIL.TXT type PCBFAIL.TXT >> C:\pcb\PCBFAIL.LOG
  8. :end
  9.